@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
/*newsView*/
.artcon{
	padding: 20px; 55px;
}
.articleBox {
	line-height:38px;
	padding:10px 0;
	color: #666;
	font-size:16px;
	text-align: justify;
}
.articleBox img{
	max-width:100%;
	}
.articleTitle {
	clear: both;
	text-align: center;
	padding:20px 10px 0 10px;
	line-height: 40px;
	font-size:24px;
	font-family:"microsoft yahei";
	color:#333;
	font-weight: bold;
}
.articleTitle em{color: #999;font-style: normal;font-size: 20px;font-weight: normal;}
.articleTitle2{
	clear: both;
	text-align: center;
	padding:20px 20px;
	line-height: 30px;
	font-size:22px;
	font-family:"microsoft yahei";
	color:#999;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height:30px;
	padding:15px 0 25px 0;
	border-bottom:1px solid #e6e6e6;
}
.pageUp{
	display:block;
	padding:35px 0 20px 0;
	border-top:1px solid #ebebeb;
	color:#333333;
	font-size:14px;
	}
.pageUp div{
	line-height: 46px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.pageUp div a{
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.pageUp div:hover a{
	color: #0962b0;
}
.share{
	display:block;
	clear:both;
	padding:10px 0;
	}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#1e8ddc;
	}
.articlePage a.hover{
	color:#fff;
	background:#1e8ddc;
	}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/file/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/file/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #1e8ddc;background:#1e8ddc;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9;
	background:url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/file/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/file/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/file/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/file/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/file/zip.png) no-repeat left 3px; color:#ff9779 !important; }
.shareBox{
	height:40px;
	overflow:hidden;
	background:#f1f1f1;
	}
.shareBoxL{
	float:left;
	padding:0 0 0 20px;
	}
.shareBoxL B{
	display:block;
	line-height:40px;
	float:left;
	}
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 10px;
	}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
	}
/*单篇+文章页end*/

/*全图列表页start*/

.imgList1 {
	overflow: hidden;
	margin: 0 -14px;
	padding-top: 5px;
}

.imgList1 dd {
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 70px;
}

.imgList1 dd .con {
	position: relative;
	margin: 0 14px;
	box-shadow: 4px 0 15px rgba(0, 82, 141, 0.1);
	border-radius: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgList1 dd .con .pic {
	position: relative;
}

.imgList1 dd .con .pic:after {
	display: block;
	content: "";
	padding-top: 66%;
}

.imgList1 dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.imgList1 dd .con .text {
	position: relative;
}

.imgList1 dd .con .text .title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
	text-align: center;
}

.imgList1 dd .con .text .title a {
	display: block;
	height: 100%;
	color: #54596c;
}

.imgList1 dd .con .text .more {
	position: relative;
	height: 60px;
}

.imgList1 dd .con .text .more a {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	text-align: center;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	overflow: hidden;
}

.moreA {
	overflow: hidden;
	display: inline-block;
	height: 60px;
}

.moreA .moreText {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	margin-left: -100px;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.more .moreIcon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #bfc5c9 url(../images/more.png) center center no-repeat;
	transition: all 0.3s linear;
}

.imgList1 dd .con:hover {
	box-shadow: 4px 0 15px rgba(0, 82, 141, 0.3);
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
}

.imgList1 dd .con:hover .text .more a {
	width: 205px;
	height: 60px;
	background: url(../images/moreBg.png) center center no-repeat;
	margin-left: -102px;
}

.imgList1 dd .con:hover .text .more a {
	width: 205px;
	height: 60px;
	background: url(../images/moreBg.png) center center no-repeat;
	margin-left: -102px;
}

.imgList1 dd .con:hover .text .more a .moreIcon {
	background-color: transparent;
}

.imgList1 dd .con:hover .text .more a .moreText {
	margin-left: 0;
}

/*全图列表页end*/

/*图文列表页start*/

.imgText1 {
	padding: 5px;
}

.imgText1 dd {
	overflow: hidden;
	padding: 40px 43px;
	border-bottom: 1px solid #faf9f9;
	transition: all 0.3s linear;
}

.imgText1 dd .pic {
	width: 310px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.imgText1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 58.0645%;
}

.imgText1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: cover;
}

.imgText1 dd .text {
	overflow: hidden;
}

.imgText1 dd .text .title {
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	margin-bottom: 15px;
}

.imgText1 dd .text .title a {
	color: #333;
	font-size: 24px;
}

.imgText1 dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 45px;
}

.imgText1 dd .text .bottomC {
	height:20px;
	line-height: 20px;
	overflow: hidden;
}

.imgText1 dd .text .bottomC .time {
	font-size: 16px;
	color: #666;
	height: 20px;
	line-height: 20px;
	padding-right: 30px;
	border-right: 1px solid #dedede;
}

.imgText1 dd .text .bottomC .more{
	overflow: hidden;
	width: 100px;
	height: 20px;
	line-height: 20px;
	background: url(../images/morre2.png) center center no-repeat;
}
.imgText1 dd .text .bottomC .more a{
	display: block;
	height: 100%;
}

.imgText1 dd:hover {
	box-shadow: 0 0 11px rgba(0,0,0,0.11);
	transform: translateY(-1px);
}
.imgText1 dd:hover .title a{
	color:#0962b0;
}
/*图文列表页end*/

/*全文列表页start*/

/*全文列表页end*/

/*招聘列表页start*/

.ext5 {
    background: #fff;
}

.recruitList {
    overflow: hidden;
}

.recruitList .title {
    height: 60px;
    line-height: 60px;
    font-size: 0;
    margin-right: -65px;
	background:#ebebeb;
}

.recruitList .title span {
    display: inline-block;
    width: 210px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	color: #666;
}

.recruitList dd {
    overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

.recruitList dd:last-child {
    margin-bottom: 28px;
}
.recruitList dd.active{
	border:none;
}
.recruitList dd .recruitT {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    color: #656565;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
    font-size: 0px;
    overflow: hidden;
    margin-right: -65px
}

.recruitList dd .recruitT .text .textName {
    width: 210px;
    display: inline-block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.recruitList dd .recruitT .btn {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    padding: 0 15px;
    background: url(../images/jia.png) no-repeat center center;
	font-size: 14px;
	color: #666;
}

.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    display: none;
    background: #FFF;
    padding-top: 12px;
	padding: 15px 40px 40px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.11);
	margin: 2px;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    border-bottom: 1px solid #ddd;
}

.recruitList dd .recruitC .recruitText_title {
    font-size: 16px;
    color: #343434;
    line-height: 35px;
}

.recruitList dd .recruitC .tel {
    padding-top: 23px;
    display: block;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 36px;
}

.recruitTable table tr td {
    border: none;
	font-size: 14px;
	color: #666;
}

.recruitTable table span{
	font-size: 14px;
	color: #999;
}

.recruitText {
    overflow: hidden;
	line-height: 34px;
	font-size: 14px;
	color: #858585;
}
.recruitText div{
	padding: 10px 0 25px;
	border-bottom: 1px solid #e7e7e7;
}
.recruitText div:last-child{
	border: none;
}
.recruitBtn {
    overflow: hidden;
    width: 150px;
	height: 48px;
	margin: 0 auto;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    height: 48px;
    line-height: 48px;
    float: left;
    display: inline;
    padding: 0 40px;
    background: #38b09d;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruitList dd:hover .recruitT {
    background: #38b09d;
    color: #FFF;
}

.recruitList dd:hover .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
   color: #fff;
}

.recruitList dd.active .recruitT {
    background: #38b09d;
    color: #FFF;
}

.recruitList dd.active .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd.active .recruitT .btn {
   color:#fff;
}

.subPopBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999;
	display: none;
}

.subPopCont {
	border-radius: 3px;
	background: #fff;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 15px 0 10px;
}

.joinForm {
	overflow: hidden;
}

.joinFormTit {
	display: block;
	font-size: 30px;
	color: #2184c7;
	text-align: center;
	overflow: hidden;
	height: 76px;
	line-height: 76px;
}

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.joinForm_dl {
	overflow: hidden;
}

.joinForm_dl dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 100px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
	font-size: 15px;
	color: #666;
}

.formDiv {
	width: 400px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.joinFormInp {
	display: block;
	width: 398px;
	height: 38px;
	overflow: hidden;
	padding: 0px 25px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}
.dutyA{
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
}
.dutyTitle{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #343434;
}
.dutyDl{
	overflow: hidden;
}
.dutyDl li{
	float: left;
	display: inline;
	min-width: 85px;
	height:30px;
	padding: 0 10px;
	border-radius: 4px;
	background: #f4f9fe;
	text-align: center;
	margin-right: 10px;
}
.dutyDl li .text{
	font-size: 14px;
	color: #5acff0;
}
.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 25px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #00b7ee;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 40px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.contactBt {
	margin-left: 100px;
}

.contactBt a {
	display: inline-block;
	width: 150px;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #2184c7;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}

.closeSubPop {
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	right: -30px;
	top: -30px;
}

.layui-layer-ico {
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center !important;
	position: absolute;
	right: -65px !important;
	top: -16px !important;
	width: 30px;
	height: 30px;
	margin-left: 0;
}

/*招聘表单end*/

.closeSubPop {
    width: 30px;
    height: 28px;
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center;
    background: #000 url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right: -50px;
    top: -10px;
}

.layui-layer-ico {
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center !important;
    position: absolute;
    right: -65px !important;
    top: -16px !important;
    width: 30px;
    height: 30px;
    margin-left: 0;
}

/*招聘列表页end*/

/*留言start*/

/*留言end*/

/*大事记start*/

.evenDl dd {
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.evenDl dd .con {
	overflow: hidden;
	padding: 50px 0 0px;
	position: relative;
}

.evenDl dd .con:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 235px;
	top: 0;
	background: #ececec;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventLeft {
	width: 235px;
	margin-right: 55px;
}

.eventLeft .year {
	height: 56px;
	line-height: 56px;
	font-size: 42px;
	color: #38b09d;
	position: relative;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventLeft .year:after {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 70px;
	background: #38b09d;
	right: -2px;
	top: 50%;
	margin-top: -35px;
	z-index: 5;
}

.eventRight {
	overflow: hidden;
	position: relative;
}
.eventRight:after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	left:0px;
	height:1px;
	bottom: 0px;
	border-bottom: 1px dashed #f2f2f2;
}
.eventUl{
	padding-bottom: 40px;
}
.eventUl li {
	line-height: 26px;
	font-size: 14px;
	color: #666;
	padding-right: 55px;
	margin-bottom: 23px;
}

.eventUl li a {
	padding-left: 17px;
	display: block;
	line-height: 26px;
	font-size: 14px;
	position: relative;
	color: #666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventUl li a:after {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 10px;
	background: #666666;
	border-radius: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.evenDl dd:hover {
	background: #f2f2f2;
}

.evenDl dd:hover .year {
	color: #0962b0;
}

.evenDl dd:hover .year:after {
	background: #0962b0;
}

.evenDl dd .eventUl li a:hover {
	color: #0962b0;
}

/*大事记end*/

/*企业荣誉start*/

.honor {
	width: 1198px;
	/* height:600px; */
	position: relative;
	background: #fff;
	margin: 0 auto;
	padding: 20px 0 10px;
}
.honorMore{
	height:30px;
	line-height: 30px;
	text-align: center;
}
.honorMore a{
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 16px;
	color: #ce0d0d;
}
.zzryTitle {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.honor .prev_a.change_a {
	width: 50px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.25) url(../images/honnorL.png) center center no-repeat;
}

.honor .next_a.change_a {
	width: 50px;
	height: 70px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -35px;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.25) url(../images/honnorR.png) center center no-repeat;
}

.honor .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none;
	background-color: rgba(0, 0, 0, 0.25);
}

.honor .prev_a span {
	background: url(../images/honnorL.png) no-repeat 0px -50px;
	left: 0;
}

.honor .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

.honor .img_ul1 {
	position: relative;
	z-index: 1;
	height: 600px;
	overflow: hidden;
	margin-bottom: 10px;
}

.honor .img_ul1 li {
	position: relative;
	z-index: 1;
	height: 600px;
	background: #fff;
	margin: 0 0 5px 0;
}

.honor .img_ul1 li img {
	position: absolute;

}

.honorImg {
	width: 1098px;
	clear: both;
	margin: 0 auto;
	position: relative;
	padding: 23px 50px;
	background: #f5f8fa;
}

.img_hd1 {
	margin: 0 auto;
	overflow: hidden;
	height: 105px;
	position: relative;
}

.img_hd1 ul {
	position: absolute;
	z-index: 1
}

.img_hd1 ul li {
	float: left;
	width: 144px;
	height: 96px;
	margin: 0 13px;
	cursor: pointer;
	border: 2px solid #eee;
	position: relative;
}

.img_hd1 ul li p {
	width: 144px;
	height: 96px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd1 ul li img {
	position: absolute;
	width: 144px;
	height: 96px;
	background: none;
	text-align: center !important;
}

.img_hd1 ul li.on {
	border: 2px solid #38b09d;
}

.honorImg .bottom_a {
	width: 32px;
	height: 57px;
	display: block;
	cursor: pointer;
	float: left;
	top: 50%;
	margin-top: -27px;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: 0.3s;
}

.honorImg .prev_a {
	background-image: url(../images/left.png);
	left: 23px;
}

.honorImg .next_a {
	background-image: url(../images/right1.png);
	right: 23px;
}

.honorImg .prev_a:hover {
	background-image: url(../images/leftB.png);
	left: 23px;
}

.honorImg .next_a:hover {
	background-image: url(../images/rightB.png);
	right: 23px;
}
@media (max-width: 1400px) {
	.honor {
		width: 855px;
	}
	.honor .img_ul1 {
		height: 425px;
	}
	.honor .img_ul1 li {
		height: 425px;
	}
	.honorImg {
		width: 857px;
		padding: 23px 0;
	}
	.img_hd1 {
		height: 81px;
	}
	.img_hd1 ul li {
		width: 107px;
		height: 73px;
		margin: 0 9px;
	}
	.img_hd1 ul li p {
		width: 107px;
		height: 73px;
	}
	.img_hd1 ul li img {
		width: 107px;
		height: 73px;
	}

	.honorImg .bottom_a {
		width: 23px;
		height: 40px;
		padding: 0;
		margin-top: -20px;
		background-size: auto 20px;
	}
	.honorImg .prev_a {
		left: 6px;
	}
	.honorImg .next_a {
		right: 6px;
	}

}

/*荣誉资质end*/

/*企业荣誉end*/

/*药品详情start*/

.productView {
	position: relative;
	height: 510px;
	overflow: hidden;
}

.productvLeft {
	width: 590px;
	margin-right: 20px;
}

.productvLeft .pic {
	position: relative;
}

.productvLeft .pic:after {
	display: block;
	content: "";
	padding-top: 66%;
}

.productvLeft .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.productvRight {
	overflow: hidden;
}

.productvRight .title {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #54596c;
	font-weight: bold;
}

.productvRight .textC {
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	font-size: 16px;
	color: #6b6b6b;
}

.productvRight .useText {
	line-height: 22px;
	font-size: 14px;
	color: #6b6b6b;
	height: 66px;
	overflow: hidden;
}

.productvRight .useText span {
	color: #999;
}

.productVcontent {
	background: #f5f8fa;
}

.productVt {
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #333;
}

.productArticle {
	padding: 45px 90px 75px;
	background: #fff;
}

.productArticle span {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.productArticle {
	line-height: 24px;
	font-size: 14px;
	color: #666;
}

.productArticle img {
	max-width: 100%;
}

/*药品详情end*/
/*公司治理start*/
.govern{
	padding:30px 0 40px;
}
.govern .pic{
	text-align: center;
}
.govern .pic img{
	max-width: 100%;
	object-fit: contain;
	
}
.governDl{
	overflow: hidden;
	margin: 0 -5px;
}
.governDl dd{
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 10px;
}
.governDl dd .con{
	margin: 0 5px;
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	background: #fafafa;
}
.governDl dd .con a{
	display: block;
	padding-left: 55px;
	background: url(../images/wicon8_h.png) left center no-repeat;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.governDl dd .con:hover a{
	background: url(../images/wicon8.png) left center no-repeat;
	color: #05538c;
}
/*公司治理end*/

/*行情公告start*/
.leftBox{
	width: 360px;
	position: relative;
	border-right: 1px solid #dbdfe2;
	margin-right: 70px;
	margin-top: 25px;
}
.leftBoxCon{
	width: 280px;
}
.leftTitle{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #dbdfe2;
}
.leftNum{
	padding-right: 10px;
	padding-left: 8px;
	margin-bottom: 38px;
}
.leftNum .span1{
	display: block;
	height: 72px;
	line-height: 72px;
	background: url(../images/top.png) right center no-repeat;
	font-size: 70px;
	color: #fd0000;
	margin-bottom: 10px;
}
.leftNum .span2{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 26px;
	color: #fd0000;
}
.leftNum .span2 em{
	padding-right: 25px;
	font-style: normal;
}
.leftNum.green .span1{
	color:#1b8625;

}
.leftNum.green .span2{
	color:#1b8625;

}
.leftCon1{
	overflow: hidden;
	margin-bottom: 32px;
}
.leftDate{
	float: left;
	display: inline;
	margin-right: 80px;
	margin-left: 8px;
}
.leftDate .data{
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
}
.leftDate span{
	height: 20px;
	line-height: 20px;
	color: #9aa1a8;
	font-size: 20px;
}
.leftBottom{
	border-top: 1px solid #dbdfe2;
	height: 56px;
	line-height: 56px;
}
.leftBottom span{
	color: #333;
	font-size: 14px;
	margin-right: 3px;
}
.textList{
	overflow: hidden;
}
.textList dd{
	height:40px;
	border-bottom: 1px solid #dbdfe2;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd .con{
	overflow: hidden;
	padding:0 5px;
}
.textList dd .con .time{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;

	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd .con .more{
	width: 53px;
	height: 40px;
	line-height: 40px;
	background: url(../images/down.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd .con .text{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #4e4e4e;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd:hover{
	padding: 0 5px;
}
.textList dd:hover .text{
	color: #0d62ae;
}
.textList dd:hover .time{
	color: #0d62ae;
}
.textList dd:hover .more{
	background: url(../images/down1.png) center center no-repeat;
}

/*行情公告end*/


/*联系我们start*/
.contactBox{
	padding: 10px;
}
.itroContact{
	padding: 45px 250px;
	line-height: 30px;
	font-size: 14px;
	color: #454545;
	text-align: center;
}
.contactDl{
	overflow:hidden; 
}
.contactDl dd{
	float: left;
	display: inline;
	width: 33.333%;
	position: relative;
}
.contactDl dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 90px;
	right: 0;
	top: 38px;
	background: #eaeaea;
}
.contactDl dd:last-child:after{
	display: none;
}
.contactDl dd .icon{
	width: 50px;
	height: 50px;
	margin:0 auto;
}
.contactDl dd.dd1 .icon{
	background: url(../images/wicon10.png) center center no-repeat;
}
.contactDl dd.dd2 .icon{
	background: url(../images/wicon11.png) center center no-repeat;
}
.contactDl dd.dd3 .icon{
	background: url(../images/wicon12.png) center center no-repeat;
}
.contactDl dd .title{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 5px;
}
.contactDl dd .text{
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.contactDl dd .text span{
	display: block;
	font-size: 14px;
}
.map{
	height:385px;
	background: #f5f5f5;
}
/*联系我们end*/

/*投资交流者start*/
.interFlowbox .con{
	position: relative;
}
.interFlowbox .con .pic{
	position: relative;
}
.interFlowbox .con .pic:after{
	display: block;
	content: "";
	padding-top: 41.6667%;
}
.interFlowbox .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.interFlowbox .con .text{
	position: absolute;
	left: 50px;
	top: 60px;
	bottom: 0;
	right: 0;
}
.interFlowbox .con .text .title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.interFlowbox .con .text .tel{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.interFlowbox .con .text .textC{
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.interFlowbox .con .text .more{
	width: 180px;
	background: #fff;
	height: 48px;
	line-height: 48px;
}
.interFlowbox .con .text .more a{
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #00528d;
	font-weight: bold;
	text-align: center;
	padding-left: 35px;
	background: url(../images/wicon13.png) 20px center no-repeat;
}
/*投资交流者end*/

/*网站导航start*/
.navDl{
	overflow: hidden;
}
.navDl dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding-top: 35px;
	position: relative;
	min-height: 470px;
}
.navDl dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: url(../images/bg11.jpg) center center repeat;
	top: 0;
	right: 0;
}
.navDl dd:nth-child(3n):after{
	background: none;
}
.navDl dd .con{
	padding: 0 100px;
}
.navDl dd .con .title{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 12px;
}
.navDl dd.dd1 .con .title{
	background: url(../images/wicon14.png) left center no-repeat
}
.navDl dd.dd2 .con .title{
	background: url(../images/wicon15.png) left center no-repeat
}
.navDl dd.dd3 .con .title{
	background: url(../images/wicon16.png) left center no-repeat
}
.navDl dd.dd4 .con .title{
	background: url(../images/wicon17.png) left center no-repeat
}
.navDl dd.dd5 .con .title{
	background: url(../images/wicon18.png) left center no-repeat
}
.navDl dd.dd6 .con .title{
	background: url(../images/wicon19.png) left center no-repeat
}
.navDl dd .titleOne{
	line-height: 38px;
	font-size: 15px;
	color: #42a9cf;
}
.navDl dd .titleOne a{
	display: block;
	line-height: 38px;
	color: #42a9cf;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.navDl dd .titleOne a:hover{
	color: #0962b0;
}
.navDl dd .titleTwo{
	padding: 10px;
}
.navDl dd .titleTwo a{
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #858585;
	padding-left: 15px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.navDl dd .titleTwo a:after{
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #858585;
	border-radius: 50%;
}
.navDl dd .titleTwo a:hover{
	color: #42a9cf;
}
/*网站导航end*/

/*龙津概况start*/
.itroT{
	overflow: hidden;
}
.itroTl{
	width: 580px;
	margin-right: 40px;
}
.itroTl .pic{
	position: relative;
}
.itroTl .pic:after{
	display: block;
	content: "";
	padding-top: 72.414%;
}
.itroTl .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.itroTR{
	overflow: hidden;
	padding-bottom: 40px;
}
.itroText .title{
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	font-weight: lighter;
	color: #005c99;
}
.itroText .titleSpan{
	line-height: 38px;
	font-size: 18px;
	color: #005c99;
	font-weight: bold;
}
.itroText{
	line-height: 30px;
	font-size: 15px;
	color: #666;
}
.itroTrVideo{
	position: relative;
}
.itroTrVideo .pic{
	position: relative;
}
.itroTrVideo .pic:after{
	display: block;
	content: "";
	padding-top: 56.0345%;
}
.itroTrVideo .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.itroTrVideo .videoBox{
	position: absolute;
	width: 230px;
	height: 70px;
	right: 0;
	bottom: -30px;
	background: #fff;
	box-shadow: -6px -8px 18px rgba(0,0,0,0.18);
	z-index: 5;
}
.videoBox{
	overflow: hidden;
}
.videoBox .play{
	width: 90px;
	height: 70px;
	position: relative;
	background: url(../images/play.png) center center no-repeat;
	cursor: pointer;
}
.videoBox .play:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 45px;
	background: #f0f0f0;
	right: 0;
	top: 50%;
	margin-top: -22px;
}
.videoBox .test{
	overflow: hidden;
	padding: 13px 0;
	text-align: center;
}
.videoBox .test .span1{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #38b09d;
}
.videoBox .test .span2{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
/*龙津概况end*/

/*不良反应报告start*/
.reportTitle{
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.reportTcon{
	padding: 30px;
	background: #f9f1e2;
}
.reportTcon{
	overflow: hidden;
}
.reportB{
	overflow:hidden; 
}
.reportTleft{
	width: 60px;
	height: 90px;
	background: url(../images/down3.png) center center no-repeat;
	margin-right: 20px;
}
.reportTright{
	overflow: hidden;
}
.reportTright span{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	display: block;
}
.reportDl{
	overflow: hidden;
	margin-right: -20px;
}
.reportDl dd{
	float: left;
	display: inline;
	padding: 10px 0;
	margin-right: 20px;
}
.reportB .title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.reportB .title i{
	font-style: normal;
	color: #ff0000;
	display: none;
}
.reportDiv{
	overflow: hidden;
	border: 1px solid #eaeaea;
	padding: 0 5px;
}
.reportDiv .reportIpt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	color: #333;
}
.reportSex {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-right: -20px;
}
.reportSex .sex{
	float: left;
	display: inline;
	padding-left: 25px;
	background: url(../images/sel1.png) left center no-repeat;
	margin-right: 20px;
	font-size: 16px;
	color: #333;
}
.reportSex .sex.select{
	background: url(../images/sel2.png) left center no-repeat;
}
.state{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
.reportDl dd.floatN{
	float: none;
	display: block;
}
.reportDt{
	overflow: hidden;
}
.reportDt li{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
}
.reportDt li .have{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	margin-right: 10px;
	padding-left: 25px;
	background: url(../images/sel1.png) left center no-repeat;
}
.reportDt li.select .have{
	background: url(../images/sel2.png) left center no-repeat;
}
.div1{
	padding: 10px 0;
}
.reportArea{
	width: 100%;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	border:none;
	outline: none;
	resize: none;
}
.reportDlw{
	margin-right: -30px;
}
.reportDlw dd{
	margin-right: 30px;
}
.reportB .title i.aa{
	visibility: hidden;
}
.reportDiv1{
	overflow: hidden;
}
.yearBox{
	overflow: hidden;
}
.yearBox li{
	float: left;
	display: inline;
	overflow: hidden;
}
.yearBox li .time{
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}
.ul1{
	overflow: hidden;
}
.ul1 li{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 16px;
	color: #333;
	margin-right: 10px;
	position: relative;
}
.ul1 li:after{
	display: block;
	content: "";
	position: absolute;
	width: 26px;
	height: 18px;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background: #eaeaea;
	border-radius: 3px;
}
.ul1 li.checked:after{
	border: 1px solid #0962b0;
	background: url(../images/dui.png) center center no-repeat;
}
.reportDiv2{
	width: 1198px;
}
.textReport{
	height: 140px;
	width: 100%;line-height: 20px;
	font-size: 14px;
	color: #333;
	outline: none;
	resize: none;
	border: none;
}
.tip{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ff0000;
}
.ask{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}
.adjunct{
	width: 140px;
	height: 120px;
	background: #f6f6f6;
}
.adjunct a{
	display: block;
	height: 100%;
}
.adjunct a .icon{
	height: 70px;
	width: 100%;
	background: url(../images/uP5.png) center bottom no-repeat;
}
.adjunct a span{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #808080;
	text-align: center;
}
.reportBtn{
	width:145px;
	height: 45px;
	background: #70cef1;
	line-height: 45px;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
}
.reportBtn a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.borderNum{
	border: none;
}
.w_110{
	width: 110px;
}
.w_35{
	width: 25px;
}
.w_60{
	width: 60px;
}
.w_45{
	width: 50px;
}
.w_170{
	width: 170px;
}
.w_280{
	width: 278px;
}
.w_590{
	width: 590px;
}
/*不良反应报告end*/

/*用药指南start*/
.guideFile .con{
		overflow: hidden;
}
.guideFile .con .guide{
	width: 94px;
	height: 84px;
	background: #f6f6f6;
	margin-right: 40px;
}
.guideFile .con .guide .icon{
	height: 46px;
	line-height: 46px;
	background: url(../images/up6.png) center center no-repeat;
}
.guideFile .con .guide span{
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #808080;
}
.guideFile .ask2{
	overflow: hidden;
	padding-top: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #808080;
}
.guideText{
	border: 1px solid #e5e5e5;
	padding: 5px;
	background: #fcfcfc;
}
.guideText .title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.guideText .formDiv2{
	overflow: hidden;
}
.guideText textarea{
	width: 100%;
	height: 90px;
	line-height: 30px;
	border: none;
	outline: none;
	resize: none;
	background: none;
}
.guideText .texta{
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size:14px;
	color: #808080;
}
.guideA{
	width: 120px;
	background: #0d62ae;
	height: 44px;
	border-radius: 2px;
	text-align: center;
	line-height: 44px;
}
.guideA a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.guideDl{
	overflow: hidden;
	margin-right: -20px;
}
.guideDl dd{
	float: left;
	display: inline;
	width: 50%;
	padding: 10px 0;
}
.guideDl dd .con{
	background: #fafafa;
	margin: 0 0px;
	padding: 26px 20px;
	margin-right: 20px;
}
.guideDl dd .con .title{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #4e4e4e;
	overflow: hidden;
	padding-top: 8px;
}
.conLeft{
	overflow: hidden;
}
.guideDl dd .con .title a{
	color: #4e4e4e;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.guideDl dd .con .text{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #bfbfbf;
	overflow: hidden;
}
.guideDl dd:hover .con .title a{
	color:#1dc9b7;
}
.guideDl dd .con .conRight a{
	display: block;
	height:30px ;
	width:30px;
	background: url(../images/down5.png) right center no-repeat;
}
/*用药指南end*/
/*
-----------------------------内页样式end-----------------------------
*/
/*企业文化start*/
.cultureTitle{
	text-align: center;
}
.cultureTcon{
	display: inline-block;
}
.cultureTcon .con{
	padding-left: 100px;
}
.cultureTcon .title{
	height: 34px;
	line-height: 34px;
	font-size: 25px;
	text-transform: uppercase;
}
.cultureTcon .title2{
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	text-align: left;
}
.cultureColumn1 .cultureTcon .con{
	background: url(../images/titleC.png) left center no-repeat;
}
.cultureColumn2 .cultureTcon .con{
	background: url(../images/titleC1.png) left center no-repeat;
}
.cultureColumn3 .cultureTcon .con{
	background: url(../images/titleC2.png) left center no-repeat;
}
.cultureColumn4 .cultureTcon .con{
	background: url(../images/titleC3.png) left center no-repeat;
}
.cultureColumn5 .cultureTcon .con{
	background: url(../images/titleC4.png) left center no-repeat;
}
.cultureColumn1 .cultureTcon .con .title{
	color: #bac4ef;
}
.cultureColumn1 .cultureTcon .title2{
	color: #5c76d9;
}
.cultureColumn2 .cultureTcon .con .title{
	color: #d7b0a1;
}
.cultureColumn2 .cultureTcon .title2{
	color: #d36f27;
}
.cultureColumn3 .cultureTcon .con .title{
	color: #a5cfb5;
}
.cultureColumn3 .cultureTcon .title2{
	color: #73b58d;
}
.cultureColumn4 .cultureTcon .con .title{
	color: #9a9bf0;
}
.cultureColumn4 .cultureTcon .title2{
	color: #5754d3;
}.cultureColumn5 .cultureTcon .con .title{
	color: #868c98;
}
.cultureColumn5 .cultureTcon .title2{
	color: #313654;
}
.cultureDl1{
	overflow:hidden; 
	padding-top: 10px;
	margin:0 -10px;
}
.cultureDl1 dd{
	float: left;
	display: inline;
	width:33%;
}
.cultureDl1 dd .con{
	margin: 0 10px;
	padding: 20px 20px 35px;
	background: #eceffa;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.cultureDl1 dd .con:after{
	display: block;
	content: "";
	position: absolute;
	width:120px;
	height: 120px;
	right: -5px;
	bottom: -5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.cultureDl1 dd.dd1 .con:after{
	bottom: -12px;
	background: url(../images/culture1_h.png) center center no-repeat;
}
.cultureDl1 dd.dd2 .con:after{
	bottom: -12px;
	background: url(../images/culture2.png) center center no-repeat;
}
.cultureDl1 dd.dd3 .con:after{
	bottom: -12px;
	right: -22px;
	background: url(../images/culture3.png) center center no-repeat;
}
.cultureDl1 dd .title{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #444;
	overflow: hidden;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.cultureDl1 dd .text{
	height: 168px;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #666;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.cultureDl1 dd .con:hover{
	/*background: #bccfeb;*/
	box-shadow: 3px 1px 6px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
/*.cultureDl1 dd.dd1 .con:hover:after{
	background: url(../images/culture1.png) center center no-repeat;
}
.cultureDl1 dd.dd2 .con:hover:after{
	background: url(../images/culture2_h.png) center center no-repeat;
}
.cultureDl1 dd.dd3 .con:hover:after{
	background: url(../images/culture3_h.png) center center no-repeat;
}*/
/*.cultureDl1 dd .con:hover .title{
	color: #fff;
}
.cultureDl1 dd .con:hover .text{
	color: #fff;
}*/
.cultureColumn2{
	position: relative;
	height: 570px;
	overflow: hidden;
}
.cultureCon2{
	width: 1120px;
}
.cultureCon2 span{
	padding: 10px 0;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #444;
	display: block;
	margin-bottom: 5px;
}
.cultureCon2 div{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.cultureDl2{
	overflow: hidden;
	margin-right: -70px;
}
.cultureDl2 dd{
	float: left;
	display: inline;
	width: 50%;
	height: 245px;
}
.cultureDl2 dd .con{
	padding-left: 38px;
	margin-right: 70px;
	background: url(../images/culture9.png) left 10px no-repeat;
	height: 245px;
}
.cultureColumn5 .cultureDl2 dd .con{
	background: url(../images/culture10.png) left 10px no-repeat;
}
.cultureDl2 dd .con .title{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #444;
	margin-bottom: 20px;
}
.cultureDl2 dd .con .text{
	height: 192px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.cultureColumn4{
	position: relative;
	height:630px;
	overflow:hidden; 
}
/*企业文化end*/


/*全文列表start*/
.textLisW dd{
	padding: 30px 20px;
	background: #fafafa;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textLisW dd .con{
	overflow: hidden;
}
.textLisW dd .dataTimeL{
	width: 105px;
	position: relative;
}
.textLisW dd .dataTimeL:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	right: 0;
	bottom: 4px;
	top: 0;
	background: #e1e1e1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.textLisW dd .dataTimeL .dataT{
	height: 36px;
	line-height: 36px;
	font-size: 30px;
	color: #333;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.textLisW dd .dataTimeL .dataLyear{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.textLisW dd .text{
	overflow: hidden;
	padding: 0 30px;

}
.textLisW dd .text .title{
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	overflow: hidden;
	padding-right: 30px;
	background: url(../images/arrow1.png) right center no-repeat;
}
.textLisW dd .text .title a{
	display: block;
	color: #444;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.textLisW dd .text .textC{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.textLisW dd:hover{
	background: #d6e1f4;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.textLisW dd:hover .dataTimeL .dataT{
	color: #005c99;
}
.textLisW dd:hover .dataTimeL .dataLyear{
	color: #005c99;
}
.textLisW dd:hover .dataTimeL:after{
	background: #fff;
}
.textLisW dd:hover .text .title a{
	color: #005c99;
}
.textLisW dd:hover .text .textC{
	color: #005c99;
}
/*全文列表end*/

/*新版招聘 start 2020-02-28*/
.recruitDl .recruitDt{
	height:72px;
	line-height: 72px;
	background: #84b0d7;
	overflow: hidden;
}
.recruitDl .recruitDt .con{
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.recruitDl .recruitDd a{
	display: block;
	cursor: pointer;
}
.recruitDl .recruitDd .con{
	overflow: hidden;
	font-size: 16px;
	color: #444;
	height: 75px;
	line-height: 75px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitDl .recruitDt .con div,.recruitDl .recruitDd .con div{
	float:left;
	display: inline;
}
.recruitDl .title1{
	padding-left: 55px;
	padding-right: 10px;
	width: 215px;
}
.recruitDl .title1 span{
	display: block;
	padding: 0 10px;
}
.recruitDl .title2{
	width: 140px;
	text-align: center;
}
.recruitDl .title2 span{
	display: block;
	padding: 0 5px;
}
.recruitDl .title3{
	width: 570px;
	text-align: center;
}
.recruitDl .title3 span{
	display: block;
	padding: 0 5px;
}
.recruitDl .title4{
	width: 210px;
	text-align: center;
}
.recruitDl .title3 span{
	display: block;
	padding: 0 5px;
}
.recruitDl .recruitDd.odd{
	background: #f7fafd;
}
.recruitDl .recruitDd.even{
	background: #e6eff7;
}
.recruitDl .recruitDd:hover .con{
	color: #0962b0;
}
.recruitDl .recruitDd.hover .con{
	color: #0962b0;
}
/*新版招聘 end*/